-
Notifications
You must be signed in to change notification settings - Fork 306
🌱 Bump CAPI in tests to main (v1.11) #3468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Bump CAPI in tests to main (v1.11) #3468
Conversation
|
/hold |
5271286 to
166c60e
Compare
….infrastructureProvisioned
f352deb to
4899d07
Compare
|
/override pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main Needs #3473 |
|
@chrischdi: Overrode contexts on behalf of chrischdi: pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main, pull-cluster-api-provider-vsphere-e2e-supervisor-blocking-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/override pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main Needs #3473 |
|
@chrischdi: Overrode contexts on behalf of chrischdi: pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main, pull-cluster-api-provider-vsphere-e2e-supervisor-blocking-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| ctx = ctrl.LoggerInto(ctx, log) | ||
|
|
||
| if conditions.IsTrue(cluster, clusterv1.ControlPlaneInitializedCondition) { | ||
| if conditionsv1beta1.IsTrue(cluster, clusterv1.ControlPlaneInitializedV1Beta1Condition) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: since this is condition from the CAPI cluster object which has an equivalent metav1 condition, what about using the new one?
| clusterutilv1 "sigs.k8s.io/cluster-api/util" | ||
| "sigs.k8s.io/cluster-api/util/conditions" | ||
| v1beta2conditions "sigs.k8s.io/cluster-api/util/conditions/v1beta2" | ||
| conditionsv1beta1 "sigs.k8s.io/cluster-api/util/conditions/deprecated/v1beta1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH, I do not expect CAPV to use this import (see note where this import is used)
As alternative, let's add an import alias so we can track usage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jep, missed these two occurencies to move to the new conditions :-)
| clusterutilv1 "sigs.k8s.io/cluster-api/util" | ||
| "sigs.k8s.io/cluster-api/util/conditions" | ||
| v1beta2conditions "sigs.k8s.io/cluster-api/util/conditions/v1beta2" | ||
| conditionsv1beta1 "sigs.k8s.io/cluster-api/util/conditions/deprecated/v1beta1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as in the other file, let's consider to transition to v1beta2 conditions when looking at core CAPI objects
|
/override pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main Needs #3473 |
|
@chrischdi: Overrode contexts on behalf of chrischdi: pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main, pull-cluster-api-provider-vsphere-e2e-supervisor-blocking-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 7359ca91228db2799c42d0f112a75ccc35cb41a6
|
|
/override pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main |
|
@chrischdi: Overrode contexts on behalf of chrischdi: pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main, pull-cluster-api-provider-vsphere-e2e-supervisor-blocking-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
|
/lgtm Pending CI |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold cancel |
What this PR does / why we need it:
Bumps the CAPI controller version used in tests to ~main (nightly 20250514)
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #